1 /*
2 * File: yaw_damper.h
3 *
4 * Code generated for Simulink model 'yaw_damper'.
5 *
6 * Model version : 1.80
7 * Simulink Coder version : 8.5 (R2013b) 08-Aug-2013
8 * C/C++ source code generated on : Mon Feb 03 08:13:39 2014
9 *
10 * Target selection: ert.tlc
11 * Embedded hardware selection: 32-bit Embedded Processor
12 * Code generation objectives: Unspecified
13 * Validation result: Not run
14 */
15
16 #ifndef RTW_HEADER_yaw_damper_h_
17 #define RTW_HEADER_yaw_damper_h_
18 #ifndef yaw_damper_COMMON_INCLUDES_
19 # define yaw_damper_COMMON_INCLUDES_
20 #include <math.h>
21 #include <string.h>
22 #include "rtwtypes.h"
23 #include "model_reference_types.h"
24 #endif /* yaw_damper_COMMON_INCLUDES_ */
25
26 #include "yaw_damper_types.h"
27
28 /* Block signals for model 'yaw_damper' */
29 typedef struct {
30 real_T yawRate; /* '<S1>/Sum1' (Output 1) */
31 } rtB_yaw_damper;
32
33 typedef struct {
34 rtB_yaw_damper rtb;
35 } rtMdlrefDWork_yaw_damper;
36
37 /* Model reference registration function */
38 extern void yaw_damper_initialize(rtB_yaw_damper *localB);
39 extern void yaw_damper(const real_T *rtu_Phi, const real_T *rtu_R, const real_T *
40 rtu_TAS, const boolean_T *rtu_APEng, real_T *rty_RudCmd, rtB_yaw_damper
41 *localB, real_T rtp_rateGain);
42
43 /*-
44 * The generated code includes comments that allow you to trace directly
45 * back to the appropriate location in the model. The basic format
46 * is <system>/block_name, where system is the system number (uniquely
47 * assigned by Simulink) and block_name is the name of the block.
48 *
49 * Use the MATLAB hilite_system command to trace the generated code back
50 * to the model. For example,
51 *
52 * hilite_system('<S3>') - opens system 3
53 * hilite_system('<S3>/Kp') - opens and selects block Kp which resides in S3
54 *
55 * Here is the system hierarchy for this model
56 *
57 * '<Root>' : 'yaw_damper'
58 * '<S1>' : 'yaw_damper/Basic Yaw Damper'
59 * '<S2>' : 'yaw_damper/Model Info'
60 * '<S3>' : 'yaw_damper/Basic Yaw Damper/Model Info'
61 */
62
63 /*-
64 * Requirements for '<Root>': yaw_damper
65 */
66 #endif /* RTW_HEADER_yaw_damper_h_ */
67
68 /*
69 * File trailer for generated code.
70 *
71 * [EOF]
72 */
73
|